home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / rukq10.zip / !ERRCODE.LST next >
File List  |  1993-02-15  |  2KB  |  40 lines

  1. RUCKUS 1.0 Error Codes.
  2.  
  3. Error numbers below 200 are DOS error codes. See a DOS reference for
  4. an explanation.
  5.  
  6. RUCKUS-MIDI Error Codes:
  7. ------------------------
  8. MIDI errors codes that may be returned in pack.Stat. It's unlikely
  9. that errors will occur except due to corrupt MIDI files or by
  10. issuing invalid pack.Func= values.
  11.  
  12. ERR_MIDI_DEVICE EQU -1  Device ID selected is not valid
  13. ERR_ILLEGAL_CMD EQU 200 Function cannot be peformed
  14. ERR_MIDI_INIT   EQU 210 RUCKUS-MIDI could not be initialized
  15. ERR_MIDI_FORMAT EQU 211 MIDI file has unknown format
  16. ERR_MIDI_TRACKS EQU 212 Too many tracks in file (>64)
  17. ERR_MIDI_TIMING EQU 213 MIDI file timing is unknown format
  18. ERR_MIDI_HEADER EQU 214 MIDI file header invalid
  19. ERR_MIDI_CHNUM  EQU 215 MIDI file channel invalid
  20. ERR_EVALUATION  EQU 255 Evaluation period exceeded
  21.  
  22. RUCKUS-DAC Error Codes:
  23. ----------------------
  24. DAC errors codes that may be returned in pack.Stat. It's unlikely
  25. that errors will occur except by issuing invalid pack.Func= values.
  26.  
  27. ERR_DISKFULL    EQU -2  Disk is full during StoreDac
  28. ERR_ILLEGAL_CMD EQU 200 Invalid pack.Func= value
  29. ERR_NODEVICE    EQU 220 Device ID is not supported
  30. ERR_NODOS3      EQU 221 RUCKUS requires DOS 3+
  31. ERR_NOTINGEAR   EQU 223 Must issue InitDac first (see docs)
  32. ERR_INGEAR      EQU 224 Issuing InitDac twice
  33. ERR_UNKFILE     EQU 225 File format is not known
  34. ERR_NOCHANNEL   EQU 226 reserved
  35. ERR_NOXMM       EQU 227 No XMS manager for XMM loads
  36. ERR_BADMODE     EQU 228 Play from XMS requires DMA mode
  37. ERR_INVFMT      EQU 229 File format is not known
  38. ERR_EVALUATION  EQU 255 Evaluation period exceeded
  39.  
  40.